var go/types.allTermlist

6 uses

	go/types (current package)
		termlist.go#L18: var allTermlist = termlist{new(term)}
		termlist.go#L84: 					return allTermlist
		typeset.go#L150: var topTypeSet = _TypeSet{terms: allTermlist}
		typeset.go#L193: 	ityp.tset = &_TypeSet{terms: allTermlist} // TODO(gri) is this sufficient?
		typeset.go#L260: 	allTerms := allTermlist
		universe.go#L115: 		ityp := &Interface{obj: obj, complete: true, tset: &_TypeSet{nil, allTermlist, true}}